All Questions
3 questions
0votes
0answers
933views
adding additional css classes have no effect within block editor
I've been inserting CSS through the Customizer -> Additional CSS. Then I will add some classes within the block editor to single blocks, using the Advanced -> additional css classes field My ...
0votes
0answers
77views
Will WordPress updates remove Gutenberg Additional Classes?
I’m attempting to customize Gutenberg column blocks on my front page. I’ve added a custom class name to a column block using the blocks Additional CSS class feature. In my child theme style sheet, I’...
0votes
1answer
2kviews
Override theme style rule in Gutenberg
I have a theme that adds the following CSS rule inline through the Customizer to style the hover state of links in post content: .entry-content a:hover { color: <color selected in the ...